Skip to content

Feat/taxonomy publishing#345

Open
harshitha-cstk wants to merge 36 commits intodevelopmentfrom
feat/taxonomy-publishing
Open

Feat/taxonomy publishing#345
harshitha-cstk wants to merge 36 commits intodevelopmentfrom
feat/taxonomy-publishing

Conversation

@harshitha-cstk
Copy link

No description provided.

harshitha-cstk and others added 30 commits October 13, 2025 14:00
feat: Add ancestors method to Term class and update related tests
feat: Add descendants method to Term class and update related tests
@harshitha-cstk harshitha-cstk requested a review from a team as a code owner March 12, 2026 07:39
@github-actions
Copy link

We regret to inform you that you are currently not able to merge your changes into the main branch due to restrictions applied by our SRE team. To proceed with merging your changes, we kindly request that you create a pull request from the development branch. Our team will then review the changes and work with you to ensure a successful merge into the main branch.

@github-actions
Copy link

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 1 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

@harshitha-cstk harshitha-cstk changed the base branch from main to development March 12, 2026 07:40
@github-actions
Copy link

github-actions bot commented Mar 12, 2026

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟢 Statements
94.97% (-4.35% 🔻)
888/935
🟢 Branches
94.93% (-2.3% 🔻)
281/296
🟢 Functions
92.72% (-5.23% 🔻)
191/206
🟢 Lines
95.58% (-3.82% 🔻)
843/882
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🔴 taxonomy/index.ts 26.67% 0% 0% 30.77%
🔴 query/term-query.ts 25% 100% 0% 25%
🔴 taxonomy/term.ts 9.09% 0% 0% 11.11%
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟡
... / taxonomy-query.ts
66.67% (-33.33% 🔻)
100%
50% (-50% 🔻)
66.67% (-33.33% 🔻)
🟢 stack/stack.ts
98.08% (-1.92% 🔻)
95.65% (-4.35% 🔻)
100% 100%

Test suite run failed

Failed tests: 0/654. Failed suites: 3/34.
  ● Test suite failed to run

    test/unit/term.spec.ts:5:22 - error TS2307: Cannot find module '../../src/lib/term' or its corresponding type declarations.

    5 import { Term } from '../../src/lib/term';
                           ~~~~~~~~~~~~~~~~~~~~
    test/unit/term.spec.ts:6:26 - error TS2307: Cannot find module '../../src/lib/taxonomy' or its corresponding type declarations.

    6 import { Taxonomy } from '../../src/lib/taxonomy';
                               ~~~~~~~~~~~~~~~~~~~~~~~~


  ● Test suite failed to run

    test/unit/taxonomy.spec.ts:1:31 - error TS2307: Cannot find module '../../src/lib/taxonomy-query' or its corresponding type declarations.

    1 import { TaxonomyQuery } from '../../src/lib/taxonomy-query';
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    test/unit/taxonomy.spec.ts:2:26 - error TS2307: Cannot find module '../../src/lib/taxonomy' or its corresponding type declarations.

    2 import { Taxonomy } from '../../src/lib/taxonomy';
                               ~~~~~~~~~~~~~~~~~~~~~~~~
    test/unit/taxonomy.spec.ts:7:22 - error TS2307: Cannot find module '../../src/lib/term' or its corresponding type declarations.

    7 import { Term } from '../../src/lib/term';
                           ~~~~~~~~~~~~~~~~~~~~
    test/unit/taxonomy.spec.ts:8:27 - error TS2307: Cannot find module '../../src/lib/term-query' or its corresponding type declarations.

    8 import { TermQuery } from '../../src/lib/term-query';
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~


  ● Test suite failed to run

    test/unit/term-query.spec.ts:1:27 - error TS2307: Cannot find module '../../src/lib/term-query' or its corresponding type declarations.

    1 import { TermQuery } from '../../src/lib/term-query';
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~

Report generated by 🧪jest coverage report action from 2e0be5a

@harshithad0703 harshithad0703 requested a review from a team as a code owner March 12, 2026 07:47
@github-actions
Copy link

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

1 similar comment
@github-actions
Copy link

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants